Resource StructureDefinition/FHIR Server from package ca.on.oh-setp#1.0.38 (46 ms)
Package | ca.on.oh-setp |
Type | StructureDefinition |
Id | Id |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=ca.on.oh-setp@1.0.38&canonical=http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-medicationstatement |
Url | http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-medicationstatement |
Version | 0.10.0 |
Status | active |
Date | 2022-10-15T12:00:00+00:00 |
Name | MedicationStatementPSON |
Title | Medication Statement (PS-ON) |
Experimental | False |
Realm | ca |
Description | This profile defines a set of constraints to the FHIR MedicationStatement resource for use in Ontario Patient Summaries (PS-ON). It refines constraints applied to the MedicationStatement resource by the PS-CA project to represent a record of a medication statement in the patient summary. It is informed by the constraints of the [MedicationStatement-UV-IPS profile](http://hl7.org/fhir/uv/ips/StructureDefinition-MedicationStatement-uv-ips.html) and the [Canadian Baseline Profile](http://build.fhir.org/ig/HL7-Canada/ca-baseline/branches/master/StructureDefinition-profile-medicationstatement.html) to allow for cross-border and cross-jurisdiction sharing of Medication Summary information. |
Type | MedicationStatement |
Kind | resource |
Resources that use this resource
Resources that this resource uses
Source
{
"resourceType" : "StructureDefinition",
"id" : "ca-on-ps-profile-medicationstatement",
"url" : "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-medicationstatement",
"version" : "0.10.0",
"name" : "MedicationStatementPSON",
"title" : "Medication Statement (PS-ON)",
"status" : "active",
"date" : "2022-10-15T12:00:00+00:00",
"publisher" : "Ontario Health",
"description" : "This profile defines a set of constraints to the FHIR MedicationStatement resource for use in Ontario Patient Summaries (PS-ON). It refines constraints applied to the MedicationStatement resource by the PS-CA project to represent a record of a medication statement in the patient summary. It is informed by the constraints of the [MedicationStatement-UV-IPS profile](http://hl7.org/fhir/uv/ips/StructureDefinition-MedicationStatement-uv-ips.html) and the [Canadian Baseline Profile](http://build.fhir.org/ig/HL7-Canada/ca-baseline/branches/master/StructureDefinition-profile-medicationstatement.html) to allow for cross-border and cross-jurisdiction sharing of Medication Summary information.",
"fhirVersion" : "4.0.1",
"kind" : "resource",
"abstract" : false,
"type" : "MedicationStatement",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/MedicationStatement",
"derivation" : "constraint",
"differential" : {
"element" : [
{
"id" : "MedicationStatement",
"path" : "MedicationStatement",
"comment" : "Jurisdictions mapping prescription data into FHIR profiles for the patient summary should use the MedicationRequest resource. Use of the MedicationStatement profile should be reserved for communicating a statement about the patient's usage of the medication that is ultimately provided by a patient, significant other, or a clinican."
},
{
"id" : "MedicationStatement.meta",
"path" : "MedicationStatement.meta",
"min" : 1,
"mustSupport" : true
},
{
"id" : "MedicationStatement.meta.profile",
"path" : "MedicationStatement.meta.profile",
"min" : 1,
"mustSupport" : true
},
{
"id" : "MedicationStatement.extension:RenderedDosageInstruction",
"path" : "MedicationStatement.extension",
"sliceName" : "RenderedDosageInstruction",
"short" : "Extension for representing rendered dosage instruction.",
"definition" : "A free form textual specification generated from the input specifications as created by the provider.This is made up of either an 'Ad-hoc instruction' or 'Textual rendition of the structured dosage lines', plus route, dosage unit, and other pertinent administration information specified by the provider.",
"comment" : "Use of structured fields for dosage instructions is heavily encouraged by this specification to promote interoperability of patient summaries. However, this extension is provided to make implementers aware that legacy medication data may come from some systems in this format. This extension is used by PrescribeIT implementations when the system has difficulty sending very complex dosage instructions in the form of structured data. Implementers are encouraged to read the PrescribeIT Specification (https://specs.prescribeit.ca/R5.0/erx/extension-ext-medication-rendered-dosage.html) to understand the context around its use.",
"max" : "1",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://prescribeit.ca/fhir/StructureDefinition/ext-rendered-dosage-instruction"
]
}
]
},
{
"id" : "MedicationStatement.status",
"path" : "MedicationStatement.status",
"comment" : "In the scope of the IPS the entered-in-error concept is not allowed. Implementors should be aware that the shift to R5 MedicationUsage will also involve a new value set for status that is constrained to: recorded, entered-in-error, and draft.",
"mustSupport" : true
},
{
"id" : "MedicationStatement.medication[x]",
"path" : "MedicationStatement.medication[x]",
"slicing" : {
"discriminator" : [
{
"type" : "type",
"path" : "$this"
}
],
"rules" : "closed"
},
"definition" : "Identifies the medication being administered or the reason for absent or unknown Medication. This is either a link to a resource representing the details of the medication or a simple attribute carrying a code. To improve global interoperability is strongly encouraged that the reference to a medication resource is used, limiting the usage of the medicationCodeableConcept only to the cases in which no other information than a simple code is available.",
"comment" : "Work is underway to define the pan-Canadian terminology that will be preferred and/or socialized for this element.",
"mustSupport" : true,
"binding" : {
"strength" : "example",
"valueSet" : "https://fhir.infoway-inforoute.ca/ValueSet/prescriptionmedicinalproduct"
}
},
{
"id" : "MedicationStatement.medication[x]:medicationReference",
"path" : "MedicationStatement.medication[x]",
"sliceName" : "medicationReference",
"definition" : "Identifies the medication being administered or the reason for absent or unknown Medication. This is either a link to a resource representing the details of the medication or a simple attribute carrying a code. To improve global interoperability is strongly encouraged that the reference to a medication resource is used, limiting the usage of the medicationCodeableConcept only to the cases in which no other information than a simple code is available.",
"comment" : "IPS-UV Note: If only a code is specified, then it needs to be a code for a specific product. If more information is required, then the use of the medication resource is recommended. For example, if you require form or lot number, then you must reference the Medication resource.",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-medication"
]
}
],
"mustSupport" : true
},
{
"id" : "MedicationStatement.medication[x]:medicationCodeableConcept",
"path" : "MedicationStatement.medication[x]",
"sliceName" : "medicationCodeableConcept",
"short" : "Code for absent or unknown medication - or for supplying a codeableConcept when no information other than a simple code is available",
"definition" : "Code for a negated/excluded medication statement. This describes a categorical negated statement (e.g., \"No known medications\") Because the IPS-UV value set on this slice is extensible, it can be used to supply other medication codes when only a simple code is available.",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "CodeableConcept",
"profile" : [
"http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-codeableconcept"
]
}
],
"mustSupport" : true,
"binding" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString" : "UnknownMedicationCode"
}
],
"strength" : "extensible",
"description" : "Representation of unknown or absent medications",
"valueSet" : "http://hl7.org/fhir/uv/ips/ValueSet/absent-or-unknown-medications-uv-ips"
}
},
{
"id" : "MedicationStatement.subject",
"path" : "MedicationStatement.subject",
"type" : [
{
"code" : "Reference",
"targetProfile" : [
"http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-patient"
]
}
],
"mustSupport" : true
},
{
"id" : "MedicationStatement.subject.reference",
"path" : "MedicationStatement.subject.reference",
"min" : 1,
"mustSupport" : true
},
{
"id" : "MedicationStatement.effective[x]",
"path" : "MedicationStatement.effective[x]",
"min" : 1,
"max" : "1",
"mustSupport" : true
},
{
"id" : "MedicationStatement.effective[x].extension:data-absent-reason",
"path" : "MedicationStatement.effective[x].extension",
"sliceName" : "data-absent-reason",
"short" : "effective[x] absence reason",
"definition" : "Provides a reason why the effectiveTime is missing.",
"max" : "1",
"type" : [
{
"code" : "Extension",
"profile" : [
"http://hl7.org/fhir/StructureDefinition/data-absent-reason"
]
}
],
"mustSupport" : true
},
{
"id" : "MedicationStatement.dosage",
"path" : "MedicationStatement.dosage",
"mustSupport" : true
},
{
"id" : "MedicationStatement.dosage.text",
"path" : "MedicationStatement.dosage.text",
"mustSupport" : true
},
{
"id" : "MedicationStatement.dosage.timing",
"path" : "MedicationStatement.dosage.timing",
"mustSupport" : true
},
{
"id" : "MedicationStatement.dosage.route",
"path" : "MedicationStatement.dosage.route",
"min" : 0,
"max" : "1",
"type" : [
{
"code" : "CodeableConcept",
"profile" : [
"http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-codeableconcept"
]
}
],
"binding" : {
"strength" : "preferred",
"description" : "SCTCA Route of Administration",
"valueSet" : "https://fhir.infoway-inforoute.ca/ValueSet/routeofadministration"
}
},
{
"id" : "MedicationStatement.dosage.route.coding",
"path" : "MedicationStatement.dosage.route.coding",
"slicing" : {
"discriminator" : [
{
"type" : "pattern",
"path" : "$this"
}
],
"description" : "Discriminated by value set",
"rules" : "open"
},
"mustSupport" : true,
"type" : [
{
"code" : "Coding",
"profile" : [
"http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-coding"
]
}
]
},
{
"id" : "MedicationStatement.dosage.route.coding:routeSCTCA",
"path" : "MedicationStatement.dosage.route.coding",
"sliceName" : "routeSCTCA",
"short" : "Optional slice for representing SNOMED CT Canadian edition routes of administration",
"definition" : "SNOMED CT Canadian edition routes of administration",
"binding" : {
"strength" : "required",
"valueSet" : "https://fhir.infoway-inforoute.ca/ValueSet/routeofadministration"
}
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.